docs: syntax fix
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 May 2014 13:55:29 +0000 (09:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 May 2014 13:55:29 +0000 (09:55 -0400)
It is just 'Deprecated:' in doc comments, not '@Deprecated:'.

gtk/gtkwidget.c

index 3112f468be7be0d73a315a9b23f7c43a9b9b8163..fd702646595b34fed4016ef4fd9f71e371ee96b9 100644 (file)
@@ -7379,7 +7379,7 @@ gtk_widget_reparent_fixup_child (GtkWidget *widget,
  * Moves a widget from one #GtkContainer to another, handling reference
  * count issues to avoid destroying the widget.
  *
- * @Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
+ * Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
  **/
 void
 gtk_widget_reparent (GtkWidget *widget,